home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mc51bugs / q32286 < prev    next >
Text File  |  1988-07-20  |  671b  |  23 lines

  1. Q32286 /Fs, /Zs with #Pragma Title Misses the First Page
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.    A listing produced from a compilation with the options /Fs (for
  8. source listing) and /Zs (for syntax check only) of a source file that
  9. includes the new #pragma title, does not have the given title on the
  10. first page of the listing; the title appears only on the remaining
  11. pages:
  12.  
  13.    #pragma title("title string here")
  14.  
  15.    If /Zs is not used and you compile with /Fs, a file containing the
  16. #pragma title results in a listing that includes the title on all the
  17. pages, including the first page.
  18.  
  19.  
  20.  
  21. Keywords:  buglist5.10
  22. Updated  88/07/21 03:19
  23.